Class OnInitCallback


  • public abstract class OnInitCallback
    extends java.lang.Object
    Abstract class which developer implements if she wants to receive callback response after device initialization
    • Constructor Summary

      Constructors 
      Constructor Description
      OnInitCallback()  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract void onReady​(InitCallbackResponse initCallbackResponse)
      Developer can override this method and use initCallbackResponse to get device initialization output
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • OnInitCallback

        public OnInitCallback()
    • Method Detail

      • onReady

        public abstract void onReady​(InitCallbackResponse initCallbackResponse)
        Developer can override this method and use initCallbackResponse to get device initialization output
        Parameters:
        initCallbackResponse - : Response of initialization method